ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Sunburst<T> Class / BindingName Property

In This Topic
    BindingName Property (Sunburst<T>)
    In This Topic
    Gets or sets the name of the property that contains the name of the data item.
    Syntax
    'Declaration
     
    
    Public Overrides Property BindingName As String
    public override string BindingName {get; set;}
    See Also